home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 February / maximum-cd-1999-02.iso / Utilities / Internet / Internet Explorer 4.01 / JAVI386.CAB / win32ie4.cab / com / ms / win32 / LUID.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-10-15  |  383 b   |  7 lines

  1. package com.ms.win32;
  2.  
  3. public class LUID {
  4.    public int LowPart;
  5.    public int HighPart;
  6. }
  7.